death_text_lustful = {
	weight_multiplier = {
		factor = 10
	
		modifier = {
			factor = 0
			OR = {
				lustful_religion = yes
				NOT = { trait = lustful }
				is_wicked = no
			}
		}
	}
}
death_text_lustful_catholic = {
	weight_multiplier = {
		factor = 10
	
		modifier = {
			factor = 0
			OR = {
				lustful_religion = no
				NOT = { trait = lustful }
				is_virtous = no
			}
		}
	}
}


death_text_chaste = {
	weight_multiplier = {
		factor = 10
	
		modifier = {
			factor = 0
			OR = {
				lustful_religion = yes
				NOT = { trait = chaste }
				is_virtous = no
			}
		}
	}
}
death_text_chaste_catholic = {
	weight_multiplier = {
		factor = 10
	
		modifier = {
			factor = 0
			OR = {
				lustful_religion = no
				NOT = { trait = chaste }
				is_wicked = no
			}
		}
	}
}
